﻿@font-face {
    font-family: "SkyRegularText";
    src: url('fonts/sky-regular.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SkyMediumText";
    src: url('fonts/sky_medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#tsIFrameContainer {
    clear: left;
    float: left;
    width: 100%;
    overflow: hidden;
    background: transparent;
}

.tsIFrameWrapper {
    width: 100%;
    display: flex;
    position: relative;
    background: transparent;
    /* border-right: 1px solid rgb(220,220,220); */
}

#_ts_hsimScen_mainContainer {
    position: relative;
    overflow: hidden;
    display: flex;
    width: 50%;
    justify-content: center;
}

#_ts_mainContainer {
    position: relative;
    max-width: 50%;
    overflow: hidden;
}

._ts_style_scriptViewContainer {
    font-size: 16px;
}

@media only all and (min-width:800px) and (max-width:992px) {
    .tsIFrameWrapper {
        float: left;
        width: 100%;
        position: relative;
        right: 60%;
        background: #ffffff;
        border-right: 1px solid rgb(220,220,220);
    }

    #_ts_hsimScen_mainContainer {
        float: left !important;
        width: 60%;
        position: relative;
        left: 60%;
        overflow: hidden;
    }

    #_ts_mainContainer {
        float: left;
        width: 40%;
        position: relative;
        left: 60%;
        overflow: hidden;
    }
}

@media only all and (max-width:800px) {
    #_ts_hsimScen_mainContainer .hsimContent, #_ts_hsimScen_mainContainer .simScenContainerTS {
        display: none !important;
    }

    #_ts_mainContainer, #_ts_hsimScen_mainContainer {
        width: 100% !important;
        max-width: 100%;
    }

    #_ts_mainContainer {
        background-color: #ffffff;
    }

    #_ts_hsimScen_mainContainer {
        background-color: #f4f4f4;
        display: none;
    }

    .tsIFrameWrapper {
        border-right: 0;
    }

    .ts-hsim-version-container {
        border-bottom: 1px solid #dcdcdc;
    }

    ._ts_style_mainContainer {
        padding-bottom: 40px;
    }
}

@media only all and (max-width: 1199px) {
    .scen-tool-bar {
        text-align: left !important;
    }

    .scen-button-right {
        margin: 10px 0px 0px 0px !important;
        float: left !important;
        width: 225px;
    }
}

._ts_style_xml_root {
    min-height: 400px;
}

    ._ts_style_xml_root ._ts_style_scriptSelectorContainer {
        background-color: #4A4A4A;
        padding: 0;
        margin: 0;
    }

        ._ts_style_xml_root ._ts_style_scriptSelectorContainer select {
            font-size: 16px;
            padding: 0 0 0 10px;
            min-width: 150px;
            max-width: 200px;
            background: #fff;
            border: 1px solid #ccc;
            color: #4A4A4A;
            margin: 10px 20px;
            height: 30px;
        }

        ._ts_style_xml_root ._ts_style_scriptSelectorContainer button {
            float: right;
            font-size: 13px;
            font-weight: bold;
            line-height: 16px;
            padding: 4px 10px;
            min-width: 100px;
            border: 0 none;
            background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
            background: -moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
            background-color: #ffc477;
            -webkit-border-top-left-radius: 23px;
            -moz-border-radius-topleft: 23px;
            border-top-left-radius: 23px;
            -webkit-border-top-right-radius: 23px;
            -moz-border-radius-topright: 23px;
            border-top-right-radius: 23px;
            -webkit-border-bottom-right-radius: 23px;
            -moz-border-radius-bottomright: 23px;
            border-bottom-right-radius: 23px;
            -webkit-border-bottom-left-radius: 23px;
            -moz-border-radius-bottomleft: 23px;
            border-bottom-left-radius: 23px;
            color: #fff;
            margin: 12px 12px auto;
            cursor: pointer;
            border: 1px solid #eeb44f;
        }

            ._ts_style_xml_root ._ts_style_scriptSelectorContainer button:hover {
                background-color: #00A8E0;
            }

    ._ts_style_xml_root ._ts_style_sv_title {
        font-size: 32px;
        padding: 15px 20px 20px;
        background-color: #fff;
    }

    ._ts_style_xml_root ._ts_style_scriptTitle {
        color: #4A4A4A;
        height: auto;
        padding: 10px 15px;
        background-color: #f5f5f5;
        margin: 0;
        border-bottom: 1px solid #ddd;
    }

    ._ts_style_xml_root ._ts_style_scriptViewContent {
        padding: 20px 0;
        margin: 0 20px;
    }

.ts-btn {
    background: transparent !important;
    border-width: 0px !important;
    border-style: none !important;
    border-radius: 0px !important;
    color: #4A4A4A !important;
    text-align: left !important;
    padding-left: 0px !important;
    margin-bottom: 20px !important;
}

    .ts-btn:before {
        font-family: skycons;
        content: '\E00A';
        margin-right: 10px;
        font-size: 22px;
        vertical-align: middle;
    }

._ts_style_xml_root ._ts_style_scriptViewContent._ts_style_isFirstScriptViewContent ._ts_style_btn,
._ts_style_xml_root ._ts_style_scriptViewContent._ts_style_isFirstScriptViewContent .c-btn.ts-btn {
    display: none;
}

._ts_style_xml_root ._ts_style_sv_questionContainer {
    margin-bottom: 15px;
    color: #4A4A4A;
}

._ts_style_xml_root ._ts_style_sv_answerContainer {
    color: #4A4A4A;
}


._ts_style_sv_questionContainer a {
    color: #000FF5 !important;
}

._ts_style_xml_root ._ts_style_sv_answerContent {
    margin: 3px 0 0 0;
    border-radius: 4px;
    color: #000FF5;
}

    ._ts_style_xml_root ._ts_style_sv_answerContent:hover {
        /*background-color: #f5f5f5;*/
        text-decoration: underline;
    }

._ts_style_xml_root ._ts_style_sv_a_checkboxContainer {
    float: left;
    padding: 0 10px 0 0;
}

    ._ts_style_xml_root ._ts_style_sv_a_checkboxContainer input[type=checkbox]:hover {
        cursor: pointer;
    }

._ts_style_xml_root ._ts_style_sv_a_textContainer {
    overflow: auto;
    cursor: pointer;
    display: inline-block;
    text-decoration: inherit;
    padding-right: 20px;
}

/*._ts_style_xml_root ._ts_style_sv_a_textContainer:after {
    display: inline-block;
    width: 1em;
    height: 1em;
    content: "";
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAABACAMAAACnZz6fAAAAG1BMVEUAAAAAcskAcskAcskAcskAcskAcskAcskAcsk09XWDAAAACHRSTlMAMGBwgI+f7y/+m9wAAABGSURBVHgB7c3LDYBADAPRIXyc/iuGCmJuK6085ycNUFIxd/fXjKrbIrVHxw4oKCgIj/4b/3KkQkJC1hI8gdMTeDyBS5rJC7vhD7kuyMbFAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 3px;
    margin-left: 10px; 
    margin-right: -20px;
}*/

._ts_style_xml_root ._ts_style_checkbox_unchecked {
    /*width:9px;
	height:15px;
	background-image: url(button-arrow.png);
	background-position: -11px 0;
	background-repeat: no-repeat;
	cursor:pointer;*/
    /*margin-top:3px;*/
    display: none;
}

._ts_style_xml_root ._ts_style_checkbox_checked {
    /*width:9px;
	height:15px;
	background-image: url(button-arrow.png);
	background-position: -1px 0;
	background-repeat: no-repeat;
	cursor:pointer;*/
    /*margin-top:3px;*/
    display: none;
}

._ts_style_xml_root ._ts_style_sv_error {
    color: red;
}

._ts_style_xml_root ._ts_style_inlineScenarioContainer ._ts_style_is_titleContainer ._ts_style_is_titleContent:after {
    content: '\E008';
    display: inline-block;
    font-family: skycons;
    float: right;
    line-height: 1;
}

._ts_style_xml_root ._ts_style_inlineScenarioContainer.expanded ._ts_style_is_titleContainer ._ts_style_is_titleContent:after {
    content: '\E010';
}

._ts_style_xml_root ._ts_style_inlineScenarioContainer ._ts_style_is_content {
    display: none;
}

._ts_style_xml_root ._ts_style_inlineScenarioContainer.expanded ._ts_style_is_content {
    display: block;
    margin-top: 20px;
}

._ts_style_inlineScenarioContainer {
    background-color: transparent;
    font-family: "SkyRegularText", Arial, Helvetica, sans-serif;
    padding: 15px;
    border-radius: .25em;
    border: 1px solid #BCBCBC;
    color: #4A4A4A;
    margin-top: 20px;
}

._ts_style_is_titleContent {
    font-size: 18px;
    cursor: pointer;
}

    ._ts_style_is_titleContent:hover {
        text-decoration: underline;
    }

.ts-scen-data-table {
    cursor: pointer;
    position: relative;
    table-layout: fixed;
}

    .ts-scen-data-table td {
        font-family: "SkyRegularText", Arial, Helvetica, sans-serif;
        border: 0 !important;
        font-size: 16px;
    }

.CSR3_scenarios {
    padding: 8px 15px 8px 0px;
    border: 0 !important;
    /* width: 25px; */
    line-height: 1.36364;
}

.ThreeCSR3_scenarios_links {
    padding: 8px 0;
    position: relative;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    line-height: 1.36364;
}

.scen-sel-row {
    color: #000FF5 !important;
}


tr.scen-sel-row td:first-child {
    font-weight: bold;
}

.ThreeCSR3_scenarios_links a:focus,
.ThreeCSR3_scenarios_links a:hover {
    color: #0D&BC8 !important;
}

.step_title {
    font-size: 26px;
}

.scen-last-step {
    display: none;
}

/*.scen-tool-bar {
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 25px 20px;
}*/


._ts_style_xml_root ._ts_style_inlineSmartLinkContainer {
    background-color: #e6e6ea;
    font-family: "SkyRegularText", Arial, Helvetica, sans-serif;
    padding: 15px;
    border-radius: .25em;
    color: #4A4A4A;
    margin-top: 20px;
}

    ._ts_style_xml_root ._ts_style_inlineSmartLinkContainer.hidden {
        display: none;
    }

    ._ts_style_xml_root ._ts_style_inlineSmartLinkContainer ._ts_style_isl_content {
        cursor: pointer;
        margin-top: 20px;
    }

    ._ts_style_xml_root ._ts_style_inlineSmartLinkContainer ._ts_style_isl_titleContainer {
        font-size: 18px;
    }

._ts_style_xml_root ._ts_style_refIdContainer {
    display: inline-block;
    border: 1px solid #BCBCBC;
    border-radius: 4px;
    padding: 10px 20px 10px 20px;
    margin: 0px 20px 0px 20px;
    text-align: left;
    color: #4A4A4A;
    font-size: 20px;
    max-width: 360px;
}

    ._ts_style_xml_root ._ts_style_refIdContainer SPAN {
        /*color: #306090;*/
        font-weight: bold;
    }

._ref_note {
    font-size: 16px;
    font-weight: normal !important;
}


@media only all and (max-width:800px) {
    ._ts_style_xml_root ._ts_style_refIdContainer {
        display: inline-block;
        border: 1px solid #BCBCBC;
        border-radius: 4px;
        padding: 10px 10px 10px 10px;
        margin: 0px 20px 0px 20px;
        text-align: left;
        color: #4A4A4A;
        font-size: 18px;
        /* width: 100% !important; */
        min-width: 0px;
    }

        ._ts_style_xml_root ._ts_style_refIdContainer SPAN {
            /*color: #306090;*/
            font-weight: bold;
        }

    ._ref_note {
        font-size: 16px;
        font-weight: normal !important;
    }
}

@font-face {
    font-family: "SkyRegularText";
    src: url('fonts/sky_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.hidden {
    display: none;
}

/* The following two styles are used to show or hide content aimed at customer or csr */
/* This is temporary until they are filtered out at render time so they don't make it to the browser */
.customer {
    display: inline;
}

.csr {
    display: none;
}

._ts_style_Customer {
}

._ts_style_App {
    display: none;
}

._ts_style_CSR {
    display: none;
}

._ts_style_openReturnsButton {
    display: none;
}


#selectEmail {
    color: #4A4A4A !important;
}

.ts-hsim-version-container {
    display: none;
    margin-bottom: 10px;
}

.hsim-versions-table {
    width: 100%;
    margin-top: 10px;
    font-family: "SkyRegularText", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

    .hsim-versions-table td {
        /*padding: 5px;*/
        cursor: pointer;
        min-width: 120px;
    }

@media only all and (max-width:800px) {

    .hsim-versions-table td {
        min-width: 0px;
    }
}

.hsim-versions-table tr:nth-child(1) {
    padding: 6px;
    font-weight: bold;
    font-family: "SkyRegularText", Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #f5f5f5;
}

.hsim-versions-table tr:hover {
    background-color: #f5f5f5;
}

.hsim-versions-table-header {
    font-family: "SkyRegularText", Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 5px;
}

.hsim-versions-table-text {
    font-family: "SkyRegularText", Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 5px;
    color: #4A4A4A;
}

.hsim-versions-table-text-selected {
    font-family: "SkyRegularText", Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #00aeef;
    padding: 5px;
    color: #ffffff;
}

.hsim-version-scenario {
    font-family: "SkyRegularText", Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding-right: 10px;
}

.hsim-version-table-header {
    font-family: "SkyRegularText", Arial, Helvetica, sans-serif;
    font-size: 14px;
    cursor: pointer;
}

.hsim-version-content {
    padding: 5px;
}

    .hsim-version-content.collapsed {
        display: none !important;
    }

.hsim-version-tab {
    font-family: "SkyRegularText", Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 0 18px;
    cursor: pointer;
    display: inline;
    line-height: 50px;
}

.hsim-tabs-table {
    padding-bottom: 5px;
    border-spacing: 2px;
}

.hsim-version-tab-selected {
    font-family: "SkyRegularText", Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 0 18px;
    cursor: default;
    font-weight: bold;
    display: inline;
    line-height: 50px;
}

.hsim-tabs-container {
    width: 100% !important;
    /*border-bottom: 1px solid #dcdcdc;*/
    text-align: center;
}

.hsim_version_container_header {
    padding: 20px;
    cursor: pointer;
}

.scen-button-right {
    float: right;
    margin-right: 0px;
}

.msisdn_feedback_text {
    margin-bottom: 10px;
}

.msisdn_feedback .c-btn {
    margin-right: 5px;
}

.msisdn_capture_chat {
    margin-top: 20px;
}

._ts_style_xml_root ._ts_style_scriptViewContent._ts_style_skippable {
    border: 1px solid #B0B0B0;
    background-color: #F0F0F0;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    padding: 10px 10px 8px 10px;
}

._ts_style_scriptViewContentBar._ts_style_skippable {
    white-space: normal;
}

._ts_style_scriptViewContentBarDiv._ts_style_skippable {
    float: right;
    margin-top: -1px;
    margin-right: 14px;
}

._ts_style_scriptViewContentBarInfoText._ts_style_skippable {
    white-space: normal;
}

._ts_style_scriptViewContentBarText._ts_style_skippable {
    font-weight: bold;
}

._ts_style_scriptViewContentBarButton._ts_style_skippable {
    font-size: 20px;
    line-height: 10px;
    position: absolute;
    top: 1px;
    right: 6px;
    width: 16px;
    height: 19px;
    z-index: 999;
}

._ts_style_scriptViewContentBarDiv._ts_style_skippable.expanded:after {
    content: url(/cx-dres/ts/_ts_skippable_expand.png);
    position: absolute;
}

._ts_style_scriptViewContentBarDiv._ts_style_skippable.collapsed:after {
    content: url(/cx-dres/ts/_ts_skippable_collapse.png);
    position: absolute;
}


._ts_style_sv_a_textContainer > [onclick] {
    margin: 0;
    padding: 0;
}



._ts_style_xml_root ._ts_style_scriptViewContent._ts_style_isFirstScriptViewContent ._ts_style_sv_answerContainer ._ts_style_sv_a_textContainer i {
    display: none;
}